Skip to content

Conversation

gdeluna-branch
Copy link
Contributor

Reference

SDK-XXXX -- <TITLE>.

Summary

Motivation

Type Of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing Instructions

cc @BranchMetrics/saas-sdk-devs for visibility.

Copy link
Contributor

Code Quality docs

Summary By MatterAI MatterAI logo

🔄 What Changed

This Pull Request primarily focuses on a version bump for the BranchSDK. The version number has been incremented from 3.12.1 to 3.12.2 across three key files:

  • BranchSDK.podspec: The s.version field was updated.
  • Sources/BranchSDK/BNCConfig.m: The BNC_SDK_VERSION constant was updated.
  • scripts/version.sh: The version variable within the shell script was updated.

🔍 Impact of the Change

This change is a minor version increment, typically indicating a patch release, hotfix, or a small, non-breaking update. There are no functional code changes, bug fixes, or new features introduced in this PR. The impact is limited to updating the reported version number of the SDK and its associated build scripts.

📁 Total Files Changed

3 files were modified in this Pull Request.

🧪 Test Added

No new tests were added as this PR only involves updating version strings and does not introduce any functional changes or bug fixes that would require new test coverage.

🔒Security Vulnerabilities

No security vulnerabilities were detected. The changes are purely declarative (version string updates) and do not involve any logic that could introduce security flaws.

Sequence Diagram

sequenceDiagram
    participant RE as Release Engineer
    participant P as BranchSDK.podspec
    participant C as BNCConfig.m
    participant S as version.sh
    participant G as Git Repository

    RE->>P: updateVersion("3.12.2")
    Note over P: Changes s.version from "3.12.1" to "3.12.2"
    RE->>C: updateSDKVersion("3.12.2")
    Note over C: Changes BNC_SDK_VERSION from "3.12.1" to "3.12.2"
    RE->>S: updateScriptVersion("3.12.2")
    Note over S: Changes 'version' variable from "3.12.1" to "3.12.2"
    RE->>G: commitChanges("Release 3.12.2")
    G-->>RE: changesCommitted
Loading

Copy link
Contributor

Important

PR Review Skipped

PR review skipped as per the configuration setting. Run a manually review by commenting /matter review

💡Tips to use Matter AI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with Matter AI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

Copy link
Contributor

Note

PR Review Skipped

PR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file.

📄Files skipped in review
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
💡Tips to use Matter AI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with Matter AI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

ChangeLog.md Outdated
@@ -1,4 +1,8 @@
Branch iOS SDK Change Log
v.3.12.2
- Fixed bug - Fixed bug where error object was not being forwarded when receiving error from service.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate String "Fixed bug". @gdeluna-branch

Copy link
Contributor

Note

PR Review Skipped

PR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file.

📄Files skipped in review
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
  • undefined: undefined
💡Tips to use Matter AI

Command List

  • /matter summary: Generate AI Summary for the PR
  • /matter review: Generate AI Reviews for the latest commit in the PR
  • /matter review-full: Generate AI Reviews for the complete PR
  • /matter release-notes: Generate AI release-notes for the PR
  • /matter : Chat with your PR with Matter AI Agent
  • /matter remember : Generate AI memories for the PR
  • /matter explain: Get an explanation of the PR
  • /matter help: Show the list of available commands and documentation
  • Need help? Join our Discord server: https://discord.gg/fJU5DvanU3

@gdeluna-branch gdeluna-branch merged commit 45809c3 into master Jul 18, 2025
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants